home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.readme < prev   
Text File  |  2004-09-23  |  931b  |  36 lines

  1. Short:    Template generator & Amigamain template
  2. Author:   Matthias Rustler, Marek Letowski
  3. Uploader: mrustler@t-online.de (Matthias Rustler)
  4. Version:  0.1
  5. Type:     dev/misc
  6. Requires: AmigaOS; ANSI-C Compiler
  7.  
  8. Temgen is a template generator. It reads an input file with
  9. text and statements like "if", "for", "switch". It generates
  10. new text(s) with this information.
  11.  
  12. This package contains:
  13. ======================
  14.  
  15. tg-0.11:
  16. ----------------------
  17. Source code of temgen. Released under the terms of GNU Public License.
  18.  
  19. Bin
  20. -------------
  21. A a build of temgen for Amiga OS
  22.  
  23. Amigamain
  24. ---------
  25. A template which generates files in C language. You can switch on/off
  26. several common Amiga features like:
  27. * Command line parameters (ReadArg)
  28. * Tooltype parameters
  29. * open shared libraries
  30. * forbid start from Workbench or Shell
  31. * localisation
  32.  
  33. A guide and some examples are included.
  34.  
  35. If you improve the template please send it back to me.
  36.